projects
/
ostree.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
32d2cd5
)
main: Print "error: " prefix on errors
author
Colin Walters
<walters@verbum.org>
Wed, 10 Jul 2013 17:25:15 +0000
(13:25 -0400)
committer
Colin Walters
<walters@verbum.org>
Wed, 10 Jul 2013 17:25:15 +0000
(13:25 -0400)
It's just clearer that something went wrong.
src/ostree/main.c
patch
|
blob
|
history
diff --git
a/src/ostree/main.c
b/src/ostree/main.c
index 3863a143c51bd40b0d946c0736cdf3cdcfec20de..b20cdbb0e9c3f157b507c113615e6c6500e92784 100644
(file)
--- a/
src/ostree/main.c
+++ b/
src/ostree/main.c
@@
-71,7
+71,7
@@
main (int argc,
if (error != NULL)
{
- g_printerr ("%s\n", error->message);
+ g_printerr ("
error:
%s\n", error->message);
g_error_free (error);
}